updated NEWS for 1.3
authorSteven G. Johnson <stevenj@mit.edu>
Mon, 6 Jul 2015 15:34:46 +0000 (11:34 -0400)
committerSteven G. Johnson <stevenj@mit.edu>
Mon, 6 Jul 2015 15:34:46 +0000 (11:34 -0400)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 1ab4e5899e2e1e9da9a2166b22170234ea23a87c..b59d27dba3e390c6ca85848e09122e13a714841a 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,8 @@
 # utf8proc release history #
 
-## Version 1.3-dev ##
+## Version 1.3 ##
+
+2015-07-06:
 
 - Updated for Unicode 8.0 ([#45]).
 
@@ -22,6 +24,9 @@
   so that `CFLAGS` can be changed without accidentally eliminating
   necessary flags like `-fPIC` and `-std=c99` ([#43]).
 
+- Updated character-width tables based on Unifont 8.0.01 ([#51]) and
+  the Unicode 8 character categories ([#47]).
+
 ## Version 1.2 ##
 
 2015-03-28:
@@ -208,3 +213,5 @@ Release of version 1.0.1
 [#29]: https://github.com/JuliaLang/utf8proc/issues/29
 [#43]: https://github.com/JuliaLang/utf8proc/issues/43
 [#45]: https://github.com/JuliaLang/utf8proc/issues/45
+[#47]: https://github.com/JuliaLang/utf8proc/issues/47
+[#51]: https://github.com/JuliaLang/utf8proc/issues/51